Skip to content

Fix: zerocopy update#2

Open
Gingkoleaves wants to merge 2 commits into
ch7from
ch7
Open

Fix: zerocopy update#2
Gingkoleaves wants to merge 2 commits into
ch7from
ch7

Conversation

@Gingkoleaves

@Gingkoleaves Gingkoleaves commented Apr 1, 2026

Copy link
Copy Markdown

When "make run" in os directory, rustc raise error:

error[E0658]: #[diagnostic] attribute name space is experimental

this this an update of zerocopy recently, which requires newer version of rustc[currently we use nightly-2024-02-25, which is too old for this trait]
i found that it comes from 'zerocopy' package, which is an indirect dependency of easy-fs-fuse:

zerocopy v0.8.48
└── ppv-lite86 v0.2.21
└── rand_chacha v0.3.1
└── rand v0.8.5
└── easy-fs-fuse v0.1.0

To compile successfully, only need to specify certain version of zerocopy and related package as below

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant